From: cl349@freefall.cl.cam.ac.uk Date: Sat, 2 Oct 2004 14:25:55 +0000 (+0000) Subject: bitkeeper revision 1.1159.1.200 (415eba73Ppat3cs9WOlcr0QdtWbUbQ) X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~17400^2~551 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22?a=commitdiff_plain;h=5595355e81b907b1a496711dbfbc306d956642a5;p=xen.git bitkeeper revision 1.1159.1.200 (415eba73Ppat3cs9WOlcr0QdtWbUbQ) Fix typos in previous change: 1.20 04/10/01 17:31:29+01:00 cl349@freefall.cl.cam.ac.uk 21 20 18/10/673 Rearrange time init so that xtime and processed_system_time don't start out of sync. Update wall_to_monotonic when we update time from xen. --- diff --git a/linux-2.6.8.1-xen-sparse/arch/xen/i386/kernel/time.c b/linux-2.6.8.1-xen-sparse/arch/xen/i386/kernel/time.c index 3a251b4082..821ff92867 100644 --- a/linux-2.6.8.1-xen-sparse/arch/xen/i386/kernel/time.c +++ b/linux-2.6.8.1-xen-sparse/arch/xen/i386/kernel/time.c @@ -364,9 +364,8 @@ static inline void do_timer_interrupt(int irq, void *dev_id, struct pt_regs *regs) { time_t wtm_sec, sec; - s64 delta. nsec; + s64 delta, nsec; long sec_diff, wtm_nsec; - long wtm_nsec; __get_time_values_from_xen();